[INFO] cloning repository https://github.com/Lancelotbronner/rust-swift-interop
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lancelotbronner/rust-swift-interop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLancelotbronner%2Frust-swift-interop", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLancelotbronner%2Frust-swift-interop'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4aff40993b8f6963a69df3631b896999cc88da43
[INFO] fixing Lancelotbronner/rust-swift-interop against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLancelotbronner%2Frust-swift-interop" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Lancelotbronner/rust-swift-interop
[INFO] finished tweaking git repo https://github.com/Lancelotbronner/rust-swift-interop
[INFO] tweaked toml for git repo https://github.com/Lancelotbronner/rust-swift-interop written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Lancelotbronner/rust-swift-interop on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Lancelotbronner/rust-swift-interop already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6cc846a72f794f54b134eb9e141145cb8019b79dd2bfce9b5f9825744d0b8385
[INFO] running `Command { std: "docker" "start" "6cc846a72f794f54b134eb9e141145cb8019b79dd2bfce9b5f9825744d0b8385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6cc846a72f794f54b134eb9e141145cb8019b79dd2bfce9b5f9825744d0b8385" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6cc846a72f794f54b134eb9e141145cb8019b79dd2bfce9b5f9825744d0b8385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6cc846a72f794f54b134eb9e141145cb8019b79dd2bfce9b5f9825744d0b8385" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rust_side v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `dir`
[INFO] [stdout]  --> build.rs:4:6
[INFO] [stdout]   |
[INFO] [stdout] 4 |     let dir = env::var("CARGO_MANIFEST_DIR").unwrap();
[INFO] [stdout]   |         ^^^ help: if this is intentional, prefix it with an underscore: `_dir`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core::mem::size_without_padding_of`, `core::mem::stride_of`
[INFO] [stdout]  --> src/lib.rs:6:27
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::mem::{align_of, size_without_padding_of, stride_of, offset_of, transmute};
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^ no `stride_of` in `mem`
[INFO] [stdout]   |                           |
[INFO] [stdout]   |                           no `size_without_padding_of` in `mem`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 6 - use core::mem::{align_of, size_without_padding_of, stride_of, offset_of, transmute};
[INFO] [stdout] 6 + use core::mem::{align_of, size_without_padding_of, size_of, offset_of, transmute};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]  --> src/tests.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[repr(Swift)]
[INFO] [stdout]   | ^^^^^^^-----^^
[INFO] [stdout]   |        |
[INFO] [stdout]   |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]   --> src/tests.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[repr(Swift)]
[INFO] [stdout]    | ^^^^^^^-----^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "Swift" is not a supported ABI for the current target
[INFO] [stdout]  --> src/lib.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe extern "Swift" {
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "Swift" is not a supported ABI for the current target
[INFO] [stdout]   --> src/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub extern "Swift" fn helloFromRust(msg: u32) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "Swift" is not a supported ABI for the current target
[INFO] [stdout]   --> src/lib.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub extern "Swift" fn helloFromRust2(msg: StaticString) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "Swift" is not a supported ABI for the current target
[INFO] [stdout]   --> src/lib.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub extern "Swift" fn helloFromRust3(msg: HelloParams) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]   --> src/lib.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[repr(Swift)]
[INFO] [stdout]    | ^^^^^^^-----^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]   --> src/lib.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[repr(Swift)]
[INFO] [stdout]    | ^^^^^^^-----^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]   --> src/lib.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[repr(Swift)]
[INFO] [stdout]    | ^^^^^^^-----^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `stride`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(stride)]
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]  --> src/lib.rs:9:2
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[unsafe(no_mangle)]
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[no_mangle]` can be applied to functions with a body and statics
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/lib.rs:12:2
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[unsafe(no_mangle)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to functions with a body and statics
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core::mem::size_without_padding_of`, `core::mem::stride_of`
[INFO] [stdout]  --> src/lib.rs:6:27
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::mem::{align_of, size_without_padding_of, stride_of, offset_of, transmute};
[INFO] [stdout]   |                           ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^ no `stride_of` in `mem`
[INFO] [stdout]   |                           |
[INFO] [stdout]   |                           no `size_without_padding_of` in `mem`
[INFO] [stdout]   |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 6 - use core::mem::{align_of, size_without_padding_of, stride_of, offset_of, transmute};
[INFO] [stdout] 6 + use core::mem::{align_of, size_without_padding_of, size_of, offset_of, transmute};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::mem`
[INFO] [stdout]  --> src/tests.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::mem;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] help: if this is a test module, consider adding a `#[cfg(test)]` to the containing module
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | mod tests;
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]  --> src/tests.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[repr(Swift)]
[INFO] [stdout]   | ^^^^^^^-----^^
[INFO] [stdout]   |        |
[INFO] [stdout]   |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]   |
[INFO] [stdout]   = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]   --> src/tests.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[repr(Swift)]
[INFO] [stdout]    | ^^^^^^^-----^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "Swift" is not a supported ABI for the current target
[INFO] [stdout]  --> src/lib.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | unsafe extern "Swift" {
[INFO] [stdout]   |               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "Swift" is not a supported ABI for the current target
[INFO] [stdout]   --> src/lib.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 17 | pub extern "Swift" fn helloFromRust(msg: u32) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "Swift" is not a supported ABI for the current target
[INFO] [stdout]   --> src/lib.rs:27:12
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub extern "Swift" fn helloFromRust2(msg: StaticString) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0570]: "Swift" is not a supported ABI for the current target
[INFO] [stdout]   --> src/lib.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub extern "Swift" fn helloFromRust3(msg: HelloParams) {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]   --> src/lib.rs:47:1
[INFO] [stdout]    |
[INFO] [stdout] 47 | #[repr(Swift)]
[INFO] [stdout]    | ^^^^^^^-----^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]   --> src/lib.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[repr(Swift)]
[INFO] [stdout]    | ^^^^^^^-----^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0539]: malformed `repr` attribute input
[INFO] [stdout]   --> src/lib.rs:66:1
[INFO] [stdout]    |
[INFO] [stdout] 66 | #[repr(Swift)]
[INFO] [stdout]    | ^^^^^^^-----^^
[INFO] [stdout]    |        |
[INFO] [stdout]    |        valid arguments are `align`, `packed`, `Rust`, `C`, `simd`, `transparent`, `i8`, `u8`, `i16`, `u16`, `i32`, `u32`, `i64`, `u64`, `i128`, `u128`, `isize` or `usize`
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, visit <https://doc.rust-lang.org/reference/type-layout.html#representations>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `stride`
[INFO] [stdout]  --> src/lib.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(stride)]
[INFO] [stdout]   |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]  --> src/lib.rs:9:2
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[unsafe(no_mangle)]
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: `#[no_mangle]` can be applied to functions with a body and statics
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[no_mangle]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/lib.rs:12:2
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[unsafe(no_mangle)]
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: `#[no_mangle]` can be applied to functions with a body and statics
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0539, E0570, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust_side` (lib test) due to 11 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0432, E0539, E0570, E0635.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust_side` (lib) due to 11 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "6cc846a72f794f54b134eb9e141145cb8019b79dd2bfce9b5f9825744d0b8385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6cc846a72f794f54b134eb9e141145cb8019b79dd2bfce9b5f9825744d0b8385", kill_on_drop: false }`
[INFO] [stdout] 6cc846a72f794f54b134eb9e141145cb8019b79dd2bfce9b5f9825744d0b8385
